Skip to content

Implement merge request API rebase endpoint #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

bvdbasch
Copy link
Contributor

The Gitlab merge request API added support for automatically rebasing the source_branch of the merge request against its target_branch (see: https://docs.gitlab.com/ee/api/merge_requests.html#rebase-a-merge-request). The code contained in this commit implements this feature.

  • Add Rebase MR API call
  • Add test for rebase MR

The Gitlab merge request API added support for automatically rebasing the source_branch of the merge request against its target_branch (see: https://docs.gitlab.com/ee/api/merge_requests.html#rebase-a-merge-request). The code contained in this commit implements this feature.

* Add Rebase MR API call
* Add test for rebase MR
@m1guelpf m1guelpf merged commit 053a5f3 into GitLabPHP:master Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants